The tests aren't so interesting that we want to run them again when
splitting -arch/-indep builds.
- Update symbols file
- Install new bash completions
* Use dh_missing --fail-missing instead of dh_install --fail-missing
+ * Only run tests when building architecture-dependent packages.
+ The tests aren't so interesting that we want to run them again
+ when splitting -arch/-indep builds.
-- Simon McVittie <smcv@debian.org> Tue, 29 Aug 2017 16:08:09 +0100
override_dh_auto_configure:
dh_auto_configure -- $(configure_options)
-override_dh_auto_test:
+override_dh_auto_test-arch:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
debian/test.sh
endif
+override_dh_auto_test-indep:
+ :
+
override_dh_auto_install:
dh_auto_install
ifeq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))